Fix a problem with window dragging
authorMatthias Clasen <mclasen@redhat.com>
Sun, 16 Feb 2014 01:41:58 +0000 (20:41 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 16 Feb 2014 01:41:58 +0000 (20:41 -0500)
commit8bd94a9515f0ca861a56f2f52a91a4b2b5ea96b1
treef1834838ee6810dfeb9b28445a75cf168648564c
parent3c981d23dcfcfbe7895d495cb191dcf29aed9450
Fix a problem with window dragging

Dragging windows was not working on widgets in the titlebar
region unless they had the window-dragging style property
set. Fix this by looking at the region for motion notify
events as well as for buton press events.
gtk/gtkwindow.c